home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / ab2v112.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1997-05-23  |  705b  |  32 lines

  1. @echo off
  2. echo.
  3. echo Installing ABII dungeons to DUNGEONS subdirectory
  4. echo.
  5. if not exist dungeons\nul mkdir dungeons > nul
  6. copy dung?.dng dungeons
  7. copy dung?.str dungeons
  8. copy lair*.dng dungeons
  9. copy lair*.str dungeons
  10. copy abyss.dng dungeons
  11. copy abyss.str dungeons
  12. copy zombre.dng dungeons
  13. copy zombre.str dungeons
  14. del dung?.dng
  15. del dung?.str
  16. del lair*.dng
  17. del lair*.str
  18. del abyss.dng
  19. del abyss.str
  20. del zombre.dng
  21. del zombre.str
  22. echo.
  23. echo Removing old files
  24. echo.
  25. if exist abtools2.exe del abtools2.exe
  26. if exist nodes.cfg del nodes.cfg
  27. if exist net.lst del net.lst
  28. if exist joust?.lst del joust?.lst
  29. echo.
  30. echo *** Arrowbridge II Dungeon Installation Complete ***
  31. echo.
  32.